home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_pycentral
- if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
- pycentral pkgprepare python-qt4 <<PYEOF
- [python-package]
- format = 1
- python-version = 2.4, 2.5
- [pycentral]
- version = 0.6.7
- [files]
- /usr/lib/python2.4/site-packages/PyQt4=d
- /usr/lib/python2.4/site-packages/PyQt4/Qt.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtAssistant.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtCore.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtDesigner.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtGui.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtHelp.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtNetwork.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtScript.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtSvg.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtTest.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtWebKit.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtXml.so=f
- /usr/lib/python2.4/site-packages/PyQt4/QtXmlPatterns.so=f
- /usr/lib/python2.5/site-packages/PyQt4=d
- /usr/lib/python2.5/site-packages/PyQt4/Qt.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtAssistant.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtCore.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtDesigner.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtGui.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtHelp.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtNetwork.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtScript.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtSvg.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtTest.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtWebKit.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtXml.so=f
- /usr/lib/python2.5/site-packages/PyQt4/QtXmlPatterns.so=f
- /usr/share/pyshared/PyQt4=d
- /usr/share/pyshared/PyQt4/uic=d
- /usr/share/pyshared/PyQt4/uic/Loader=d
- /usr/share/pyshared/PyQt4/uic/Loader/qobjectcreator.py=f
- /usr/share/pyshared/PyQt4/uic/Loader/__init__.py=f
- /usr/share/pyshared/PyQt4/uic/Loader/loader.py=f
- /usr/share/pyshared/PyQt4/uic/Compiler=d
- /usr/share/pyshared/PyQt4/uic/Compiler/compiler.py=f
- /usr/share/pyshared/PyQt4/uic/Compiler/qobjectcreator.py=f
- /usr/share/pyshared/PyQt4/uic/Compiler/__init__.py=f
- /usr/share/pyshared/PyQt4/uic/Compiler/indenter.py=f
- /usr/share/pyshared/PyQt4/uic/Compiler/qtproxies.py=f
- /usr/share/pyshared/PyQt4/uic/widget-plugins=d
- /usr/share/pyshared/PyQt4/uic/widget-plugins/qaxcontainer.py=f
- /usr/share/pyshared/PyQt4/uic/widget-plugins/qscintilla.py=f
- /usr/share/pyshared/PyQt4/uic/widget-plugins/qtwebkit.py=f
- /usr/share/pyshared/PyQt4/uic/widget-plugins/qwt.py=f
- /usr/share/pyshared/PyQt4/uic/__init__.py=f
- /usr/share/pyshared/PyQt4/uic/exceptions.py=f
- /usr/share/pyshared/PyQt4/uic/objcreator.py=f
- /usr/share/pyshared/PyQt4/uic/uiparser.py=f
- /usr/share/pyshared/PyQt4/uic/icon_cache.py=f
- /usr/share/pyshared/PyQt4/uic/properties.py=f
- PYEOF
- else
- mkdir -p /var/lib/pycentral
- echo python-qt4 >> /var/lib/pycentral/delayed-pkgs
- fi
- # End automatically added section
-